From: Collin Funk Date: Sat, 7 Jun 2025 03:52:07 +0000 (-0700) Subject: doc: Add some missing Makefile targets. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a604394f3b820ccb2294e8ba65bb9b9baa355de;p=thirdparty%2Fgnulib.git doc: Add some missing Makefile targets. * doc/Makefile (standards.pdf, maintain.info, maintain.html) (maintain.dvi, maintain.pdf): New targets. * doc/.gitignore: Add files generated when building GNU Maintainer Information and GNU Standards. --- diff --git a/ChangeLog b/ChangeLog index b8590c159e..fedd5f6456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2025-06-06 Collin Funk + + doc: Add some missing Makefile targets. + * doc/Makefile (standards.pdf, maintain.info, maintain.html) + (maintain.dvi, maintain.pdf): New targets. + * doc/.gitignore: Add files generated when building GNU Maintainer + Information and GNU Standards. + 2025-06-05 Alec Brown (tiny change) regex: fix resource leak when searching diff --git a/doc/.gitignore b/doc/.gitignore index fb01f3e281..8a58c9972f 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -27,5 +27,23 @@ gnulib.info-5 gnulib.info-6 gnulib.html gnulib.pdf +maintain.aux +maintain.cp +maintain.cps +maintain.dvi +maintain.html +maintain.info +maintain.log +maintain.pdf +maintain.toc regex.info +standards.aux +standards.cp +standards.cps +standards.dvi +standards.html +standards.info +standards.log +standards.pdf +standards.toc updated-stamp diff --git a/doc/Makefile b/doc/Makefile index 425f7becc4..b7cb98323c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -86,7 +86,8 @@ updated-stamp: $(GNULIB_TEXI_FILES) # Dependencies. Search for @include to find them all. gnulib.info gnulib.html gnulib.dvi gnulib.pdf: $(GNULIB_TEXI_FILES) updated-stamp -standards.info standards.html standards.dvi: standards.texi make-stds.texi fdl.texi +standards.info standards.html standards.dvi standards.pdf: standards.texi make-stds.texi fdl.texi +maintain.info maintain.html maintain.dvi maintain.pdf: maintain.texi fdl.texi mostlyclean: rm -f *.aux *.cn *.cp *.cps *.fn *.ky *.log *.m *.pg *.toc *.tmp *.tp *.vr *.vrs