Package and install psl.1 and psl-make-dafsa.1
Fixes #53 Reported-by: https://github.com/yselkowitz
This commit is contained in:
parent
ce8e24c509
commit
126d2dca9c
|
@ -39,3 +39,5 @@ suffixes_dafsa.c: $(PSL_FILE) psl2c$(EXEEXT)
|
||||||
./psl2c$(EXEEXT) "$(PSL_FILE)" suffixes_dafsa.c
|
./psl2c$(EXEEXT) "$(PSL_FILE)" suffixes_dafsa.c
|
||||||
|
|
||||||
EXTRA_DIST = psl-make-dafsa LICENSE.chromium
|
EXTRA_DIST = psl-make-dafsa LICENSE.chromium
|
||||||
|
|
||||||
|
dist_man_MANS = psl-make-dafsa.1
|
||||||
|
|
|
@ -12,3 +12,5 @@ LDADD = ../src/libpsl.la
|
||||||
#if WITH_LIBIDN
|
#if WITH_LIBIDN
|
||||||
# LDADD += -lidn
|
# LDADD += -lidn
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
dist_man_MANS = psl.1
|
||||||
|
|
Loading…
Reference in New Issue