summaryrefslogtreecommitdiff
path: root/textproc/texi2html
AgeCommit message (Collapse)AuthorFilesLines
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-4/+0
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-21Nuke .gz on manpages.tv1-2/+2
1998-06-21Automanpage handling.tv1-3/+1
1998-05-15texi2html is NOT a web utility--it is a text utility. It does nottv1-2/+2
interact directly with web servers or clients; its only relationship to the web is that web servers typically use HTML for content.
1998-05-15Add to category wwwhubertf1-2/+2
1998-05-14Add texi2html, a TeXinfo-to-HTML translator.tv5-0/+47