diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-04-12 22:30:50 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-04-12 22:30:50 +0000 |
| commit | 60b6bf6d2e699d33177144fa56580f8a96f7a570 (patch) | |
| tree | 1185d4a6060056462fc1cfa7fc60aa5158b83d06 /print/html2latex/files/patch-ab | |
| parent | Upgrade to next snapshot (diff) | |
html2latex, a simple converter to make HTML files printable.
(I've made sure and got an explicit permission from the author
for redistribution.)
Diffstat (limited to 'print/html2latex/files/patch-ab')
| -rw-r--r-- | print/html2latex/files/patch-ab | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/print/html2latex/files/patch-ab b/print/html2latex/files/patch-ab new file mode 100644 index 000000000000..f19b54f6c3ff --- /dev/null +++ b/print/html2latex/files/patch-ab @@ -0,0 +1,47 @@ +--- Makefile.orig Fri Mar 29 17:18:06 1996 ++++ Makefile Fri Mar 29 17:22:06 1996 +@@ -3,7 +3,7 @@ + + # ---------------------------------------------------------------------------- + # For normal machines with normal compilers: +-CC = cc ++# CC = cc + # For testing: + # CC = gcc + # For Sun's and other non-at-least-pseudo-ANSI-C platforms: +@@ -12,7 +12,7 @@ + + # ---------------------------------------------------------------------------- + # For SGI's: +-CFLAGS = -g -cckr -DXMOSAIC -DNEED_GETOPT_H ++# CFLAGS = -g -cckr -DXMOSAIC -DNEED_GETOPT_H + # For testing: + # CFLAGS = -g -Wall -DXMOSAIC -DNEED_GETOPT_H + # For HP's: +@@ -20,12 +20,13 @@ + # For everyone else: + # CFLAGS = -g -DXMOSAIC + # ---------------------------------------------------------------------------- ++CFLAGS+= -DXMOSAIC + + # ---------------------------------------------------------------------------- + # For SGI's: +-RANLIB = /bin/true ++# RANLIB = /bin/true + # For everyone else: +-# RANLIB = ranlib ++RANLIB = ranlib + # ---------------------------------------------------------------------------- + + # You shouldn't need to edit below here. +@@ -55,3 +56,10 @@ + + clean: + -rm $(EXETARGET) $(OBJS) $(LIBTARGET) $(DOCTARGET) ++ ++PREFIX?= /usr/local ++ ++install: all ++ install -c -s $(EXETARGET) $(PREFIX)/bin ++ gzip -c < html2latex.1 > html2latex.1.gz ++ install -c html2latex.1.gz $(PREFIX)/man/man1 |
