diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-01-31 09:55:07 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-01-31 09:55:07 +0000 |
commit | d891a25dc5393016e3967439dce5ce85324a8faf (patch) | |
tree | 63187fce18745f795f4d605bc49b9faa0486f5b3 /hu_HU.ISO8859-2/books/handbook | |
parent | f0af0e2d517bc4e0ccda0a8fbc703f59e4e8112b (diff) | |
download | doc-d891a25dc5393016e3967439dce5ce85324a8faf.tar.gz doc-d891a25dc5393016e3967439dce5ce85324a8faf.zip |
- Make sure all source files are ready before validation
- Make sure all source files are ready before building
- Clean up the workarounds from handbook Makefiles
Notes
Notes:
svn path=/projects/xml-tools/; revision=40839
Diffstat (limited to 'hu_HU.ISO8859-2/books/handbook')
-rw-r--r-- | hu_HU.ISO8859-2/books/handbook/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hu_HU.ISO8859-2/books/handbook/Makefile b/hu_HU.ISO8859-2/books/handbook/Makefile index dae85bf965..0d112fbd13 100644 --- a/hu_HU.ISO8859-2/books/handbook/Makefile +++ b/hu_HU.ISO8859-2/books/handbook/Makefile @@ -320,16 +320,4 @@ SRCS+= mirrors.lastmod.inc \ eresources.xml.www.inc \ eresources.xml.www.index.inc -CLEANFILES+= mirrors.lastmod.inc \ - mirrors.xml.ftp.inc \ - mirrors.xml.ftp.index.inc \ - mirrors.xml.cvsup.inc \ - mirrors.xml.cvsup.index.inc \ - eresources.xml.www.inc \ - eresources.xml.www.index.inc - -lint: mirrors.lastmod.inc mirrors.xml.ftp.inc mirrors.xml.ftp.index.inc \ - mirrors.xml.cvsup.inc mirrors.xml.cvsup.index.inc \ - eresources.xml.www.inc eresources.xml.www.index.inc - .include "${DOC_PREFIX}/share/mk/doc.project.mk" |