1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: debianization: documentation
Meant to maintain a minimal debian/rules, to fix warnings,
to address Debian specific documentation stuff.
Origin: debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2020-05-06
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -27,7 +27,7 @@
.SUFFIXES: .dvi .pdf $(SUFFIXES)
-PDFTARGETS = bibtool.pdf ref_card.pdf c_lib.pdf
+PDFTARGETS = bibtool.pdf ref_card.pdf #c_lib.pdf
DVITARGETS = $(PDFTARGETS:%.pdf=%.dvi)
##-----------------------------------------------------------------------------
|