aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany-application-menu.ui
Commit message (Collapse)AuthorAgeFilesLines
* Move resources to its own directory inside src/Xan Lopez2012-04-161-49/+0
|
* Remove Epiphany manualXan Lopez2012-04-131-5/+0
| | | | | | | | | The current manual is quite obsolete and uses and outdated technology, so it really just needs a full rewrite at this point. Hopefully this will motivate someone to do it, meanwhile we stop shipping misguiding documentation. https://bugzilla.gnome.org/show_bug.cgi?id=674047
* Make the resources depend on the actual UI filesXan Lopez2012-03-281-0/+54
Otherwise we won't update them if the UI files change. To do this we need to move them from data/ui/ to src/, which is not great. Things would be easier with non-recursive Makefiles.