mirror of
https://github.com/wanderleihuttel/vchanger.git
synced 2025-04-19 08:55:14 +00:00
14 lines
280 B
Makefile
14 lines
280 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = src doc scripts
|
|
docdir = $(datadir)/doc/$(PACKAGE)-${VERSION}
|
|
doc_DATA = AUTHORS \
|
|
ChangeLog \
|
|
COPYING \
|
|
INSTALL \
|
|
NEWS \
|
|
README \
|
|
ReleaseNotes \
|
|
doc/vchangerHowto.html \
|
|
doc/vchanger-example.conf \
|
|
doc/example-vchanger-udev.rules
|