/[notice-sender]/trunk/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 /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations)
Sat May 14 13:11:52 2005 UTC (19 years ago) by dpavlin
File size: 111 byte(s)
create html documentation with target html

1 dpavlin 1 db=notices
2    
3     all:
4     dropdb $(db)
5     createdb $(db)
6     psql $(db) < schema.sql
7 dpavlin 7
8     html:
9     pod2html sender.pl > help.html

  ViewVC Help
Powered by ViewVC 1.1.26