File: build-manpages.diff

package info (click to toggle)
linux-gpib-user 4.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,344 kB
  • sloc: ansic: 10,399; perl: 1,120; xml: 375; tcl: 308; makefile: 303; yacc: 240; python: 173; php: 157; lex: 143; sh: 134; lisp: 94
file content (28 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Enable the build of the manpages
 This is already enabled in the upstream git repo
Author: Matthias Geiger <werdahias@debian.org> 
Forwarded: not-needed
Last-Update: 2025-10-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,7 +7,7 @@
 #   the Free Software Foundation; either version 2 of the License, or
 #   (at your option) any later version.
 
-docs = linux-gpib.pdf #man
+docs = linux-gpib.pdf man
 
 SGML = linux-gpib.sgml gpib_version.txt
 
@@ -33,7 +33,7 @@
 doc_html/*: $(SGML)
 	{ $(JW_PATH) -f docbook -b html -o doc_html -V '%use-id-as-filename%' $(srcdir)/linux-gpib.sgml; } && { touch doc_html/*; }
 
-man/*: $(SGML)
+man: $(SGML)
 	{ $(JW_PATH) -f docbook -b man -o man $(srcdir)/linux-gpib.sgml; } && { touch man/*; }
 
 gpib_version.txt: