summaryrefslogtreecommitdiff
path: root/misc/Makefile
AgeCommit message (Collapse)Author
2020-09-16Makefile: Filter out misc/userscripts/__pycache__Florian Bruhin
2019-07-23Makefile: add build and manual target aliasesEli Schwartz
It is now possible to use the standard make && sudo make install routine.
2019-07-23Makefile: remove useless variableEli Schwartz
2019-07-23Makefile: correct target name for manpageEli Schwartz
There is no html file being created ever, so trying to rebuild this target would repeatedly build it from scratch, whether it existed or was up to date or not. Plus it simply makes no sense to ask `make` for a .html file in order to get a .1 file. While we are at it, add a source dependency to rebuild the manpage on updates to the asciidoc source, thus ensuring the newly corrected target name works as intended.
2019-02-26Fix MakefileFlorian Bruhin
2019-01-20Rename appdata.xml to reflect id stringDennis M. Pöpperl
This helps for Flatpak packaging. See also 30f7f7b
2018-08-15Update MakefileR S Subbulakshmi
2018-08-04misc/Makefile: Use of VariablesSubbulakshmiRS
Variables such as $(prefix),$(datarootdir),$(mandir), $(datadir) have been used . Closes https://github.com/qutebrowser/qutebrowser/issues/3538
2018-08-03./misc/Makefile: Use of variablesSubbulakshmiRS
Variables like $(mandir),$(prefix),$(datadir) and $(datarootdir) are used in the Makefile . Closes https://github.com/qutebrowser/qutebrowser/issues/3538
2018-05-19appdata: install the metainfo using the MakefileSebastian Heinlein
Furthermore add some information about the latest releases and remove a few trailing whitespaces.
2018-04-16Fix DESTDIR and PREFIX in makefileSebastian Heinlein
2018-01-15Fix Makefile and make sure it's testedFlorian Bruhin
Fixes #3492
2017-11-21Add an initial MakefileFlorian Bruhin