File: Makefile

package info (click to toggle)
fidogate 4.2.8-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 5,804 kB
  • ctags: 2,843
  • sloc: ansic: 22,020; perl: 2,885; sh: 1,550; yacc: 671; makefile: 582
file content (32 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (4)
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
29
30
31
32
#
# $Id: Makefile,v 1.5 1997/10/11 21:24:19 mj Exp $
#
# Makefile FIDOGATE doc/html/
#

TOPDIR		= ../..

include $(TOPDIR)/config.make
include $(TOPDIR)/rules.make


all:		fidogate_toc.html


fidogate_toc.html:	../fidogate.texi
	-texi2html -verbose -menu -split_chapter ../fidogate.texi


clean:
	rm -f *~ *.bak *.o tags TAGS core

veryclean:	clean
	rm -f fidogate_*.html


check:

install:
	cp fidogate_*.html $(PREFIX)$(HTMLDIR)

depend: