5 lines
78 B
Makefile
5 lines
78 B
Makefile
|
|
install:
|
|
install -d $(datadir)/alt-notes
|
|
cp -a *.html $(datadir)/alt-notes
|