File: doc_help_Makefile.am.patch

package info (click to toggle)
dopewars 1.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,904 kB
  • sloc: ansic: 25,187; sh: 12,336; makefile: 210; sed: 16
file content (11 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: Patch to correct the path in doc/help/Makefile.am.
Origin: other

--- a/doc/help/Makefile.am
+++ b/doc/help/Makefile.am
@@ -1,4 +1,4 @@
-DOCPATH    = ${DESTDIR}${docdir}/help
+DOCPATH    = ${DESTDIR}${docdir}/html/help
 DOCS       = cops.html general.html locations.html sounds.html \
              drugs.html guns.html server.html
 EXTRA_DIST = ${DOCS}