File: debianization-documentation.patch

package info (click to toggle)
bibtool 2.68%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,668 kB
  • sloc: ansic: 11,808; perl: 8,145; makefile: 550; sh: 307; tcl: 51
file content (19 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
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)
 
 ##-----------------------------------------------------------------------------