source: data/commands/Makefile.am @ ecaaec6e757419935a635b633ea51d2a9ba8eb52

Revision ecaaec6e757419935a635b633ea51d2a9ba8eb52, 162 bytes checked in by Matias De la Puente <mfpuente.ar@…>, 2 years ago (diff)

Add commands for programmers

Added lpc21isp, picp and pk2cmd. Also added spanish translations of labels and descriptions

  • Property mode set to 100644
RevLine 
[ecaaec6]1NULL =
2
3commandsdir = $(pkgdatadir)/commands
4
5commands_DATA = \
6        lpc21isp.xml \
7        picp.xml \
8        pk2cmd.xml \
9        $(NULL)
10
11EXTRA_DIST = \
12        $(commands_DATA) \
13        $(NULL)
14
Note: See TracBrowser for help on using the repository browser.