/[PLies]/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Apr 17 07:50:05 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
Initial revision

1 dpavlin 1.1 ################
2     # W3C slide maker
3    
4     # MAIN MAKEFILE
5    
6    
7    
8     ####
9     PERL=perl
10     BURST=../PLies/burst.pl
11     ARCH="UNIX"
12    
13     all: index.html
14    
15     clean:
16     -rm -f slide*.htm* index*.htm*
17    
18     index.html: all.htm infos.txt Makefile
19     $(PERL) $(BURST)
20    
21     all.htm:
22     echo '<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">' >>$@
23     echo '<html>' >>$@
24     echo '<head>' >>$@
25     echo '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">' >>$@
26     echo '<title>Overview</title>' >>$@
27     echo '<link rel="stylesheet" type="text/css" title="Talk" href="../PLies/css/talk-summary.css">' >>$@
28     echo '</head>' >>$@
29     echo '<body>' >>$@
30     echo '<h1>title</h1>' >>$@
31     echo 'content' >>$@
32     echo '</body>' >>$@
33     echo '</html>' >>$@
34    
35     infos.txt:
36     echo 'charset = ISO-8859-2' >>$@
37     echo 'author = Dobrica Pavlinu¹iæ' >>$@
38     echo 'authorUrl = mailto:dpavlin@rot13.org' >>$@
39     echo 'author2 = Hrvatska Udruga Linux Korisnika' >>$@
40     echo 'author2Url = http://www.linux.hr/' >>$@
41     echo 'date = 2001-mm-dd' >>$@
42     echo '#logoFile = logo.gif' >>$@
43     echo '#logoLink = http://www.rot13.org/~dpavlin/' >>$@
44     echo '#logoAlt = logo' >>$@
45     echo '#logoFile2 = ' >>$@
46     echo '#logoLink2 =' >>$@
47     echo '#logoAlt2 = ' >>$@
48     echo 'talkTitle = Title' >>$@
49     echo 'talkSubTitle = SubTitle' >>$@
50     echo 'loc_toc = Sadr¾aj' >>$@
51     echo 'loc_by = ' >>$@
52     echo '# author separator' >>$@
53     echo 'loc_amp = <br>' >>$@
54     echo '# $loc_slide nr $loc_of total' >> $@
55     echo 'loc_slide = Slide' >> $@
56     echo 'loc_of = of' >> $@
57    
58     dist:
59     cd .. ; tar cfvpz PLies.tar.gz PLies/Makefile PLies/burst.pl PLies/css/*.css PLies/INSTALL

  ViewVC Help
Powered by ViewVC 1.1.26