• Sign in

Georg GH. Hopp / acountmanager · Files

Dogs2 white

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • acountmanager
  • doc
  • Makefile
  • Add installation of man page
      8a20eca3
    Georg Hopp authored
    2017-01-26 06:01:38 +0100  
    Browse Files »
Makefile 262 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
all: doc

accountmanager.1.bz2: accountmanager.1
	bzip2 -c -9 $< >$@

.PHONY: all clean install doc

doc: accountmanager.1.bz2

install: accountmanager.1.bz2
	@install -D -m 0644 "$<" "$(DESTDIR)/$(PREFIX)/share/man/man1/$<"

clean:
	@rm -f accountmanager.1.bz2