1
0
Fork 0
forked from Miroirs/x49gp

move man and desktop sources to src/

This commit is contained in:
Gwenhael Le Moine 2024-11-22 19:18:22 +01:00
parent fdcef2c099
commit 85997a651d
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
3 changed files with 4 additions and 4 deletions

View file

@ -223,11 +223,11 @@ else
endif endif
# Installation # Installation
dist/$(TARGET).desktop: dist/$(TARGET).desktop.in dist/$(TARGET).desktop: src/$(TARGET).desktop.in
perl -p -e "s!TARGET!$(TARGET)!" < dist/$(TARGET).desktop.in >$@ perl -p -e "s!TARGET!$(TARGET)!" < $^ >$@
dist/$(TARGET).man: dist/$(TARGET).scd dist/$(TARGET).man: src/$(TARGET).scd
scdoc < dist/$(TARGET).scd >$@ scdoc < $^ >$@
install: all dist/$(TARGET).desktop dist/$(TARGET).man install: all dist/$(TARGET).desktop dist/$(TARGET).man
mkdir -p "$(DESTDIR)$(INSTALL_BINARY_DIR)/" mkdir -p "$(DESTDIR)$(INSTALL_BINARY_DIR)/"