diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /sysutils/cfengine3/files/patch-ad | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'sysutils/cfengine3/files/patch-ad')
-rw-r--r-- | sysutils/cfengine3/files/patch-ad | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sysutils/cfengine3/files/patch-ad b/sysutils/cfengine3/files/patch-ad deleted file mode 100644 index bac2c957947f..000000000000 --- a/sysutils/cfengine3/files/patch-ad +++ /dev/null @@ -1,41 +0,0 @@ -This moves the documentation out of /usr/local/share/cfengine/{doc,html} into -/usr/local/shared/doc/cfengine to keep it inline with the rest of the ports. - ---- doc/Makefile.am.orig Fri Dec 1 02:24:39 2000 -+++ doc/Makefile.am Thu Sep 19 08:39:57 2002 -@@ -2,7 +2,7 @@ - info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo - - # Info used in building and installing HTML files --htmldir = $(pkgdatadir)/html -+htmldir = $(datadir)/doc/cfengine - htmlfiles = cfengine-Reference.html cfengine-Tutorial.html - html_DATA = $(htmlfiles) cf-security.html - -@@ -14,21 +14,22 @@ - # then uncomment the reference to ps2 - psfiles = $(ps1) # $(ps2) - --psdir = $(pkgdatadir)/doc -+psdir = $(datadir)/doc/cfengine - ps_DATA = $(psfiles) - - # Make sure these get distributed with everything else. - EXTRA_DIST = \ - texinfo.tex \ -- cf-security.html \ -+ $(html_DATA) \ -+ $(ps_DATA) \ - locks.latex \ - paper1.latex \ - paper2.latex - --SUFFIXES = html latex -+SUFFIXES = .html .latex - - %.html : %.texinfo -- ${MAKEINFO} --html $< -+ ${MAKEINFO} --html --no-split $< - - %.dvi : %.latex - ${LATEX} $< |