Skip to content

Commit

Permalink
fixup add Makefile too
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 6, 2024
1 parent 4368f40 commit 80c3f98
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions snapshots/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ROOT=..

SRCROOT=$(ROOT)/cvssource
DOCROOT=$(SRCROOT)/docs

include $(ROOT)/mainparts.mk
include $(ROOT)/setup.mk

PAGES=index.html

all: $(PAGES)

index.html: _index.html $(MAINPARTS) files.gen
$(ACTION)

files.gen: mkindex.pl curl-*
./mkindex.pl >$@

clean:
rm -f $(PAGES) *.gen

0 comments on commit 80c3f98

Please sign in to comment.